home *** CD-ROM | disk | FTP | other *** search
- MatrixScroll = {
- ACTIONS = {
- setMyPEdit:;
- whatText:;
- setMyText:;
- };
- OUTLETS = {
- matrix;
- myPEdit;
- myCells;
- myText;
- currentCell;
- };
- SUPERCLASS = ScrollView;
- };
- NIApplication = {
- ACTIONS = {
- terminate:;
- };
- OUTLETS = {
- myDistributor;
- aWindowMenu;
- myPrinterInfo;
- aServiceMenu;
- };
- SUPERCLASS = Application;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- InfoPanelHolder = {
- ACTIONS = {
- makeKeyandOrderFront:;
- };
- OUTLETS = {
- infoPanel;
- };
- SUPERCLASS = Object;
- };
- Distributor = {
- ACTIONS = {
- destroyItem:;
- setTheView:;
- changeRootPassword:;
- duplicateItem:;
- inspectItem:;
- terminate:;
- sortItem:;
- runCreationPanel:;
- refreshWindow:;
- performPrint:;
- runInfoPanel:;
- authenticateAsUser:;
- windowDidBecomeKey:;
- setViewUnSorted:;
- findStringInColumn:;
- setCurrentWindow:;
- connectNIBrowser:;
- freeCurrentBrowser:;
- showPreferences:;
- setViewPropertyEdit:;
- performPageLayout:;
- revertCurrentEditor:;
- deauthenticate:;
- createNIBrowser:;
- breakOpenItem:;
- disableModification:;
- enableModification:;
- showFindPanel:;
- setViewSorted:;
- doDeletion:;
- saveCurrentEditor:;
- insertItem:;
- windowDidResize:;
- setCurrentBrowser:;
- showViewByPanel:;
- appendItem:;
- };
- OUTLETS = {
- thePrintMenuCell;
- directConnectPanel;
- infoPanel;
- findPanel;
- currentBrowser;
- newDomainPanel;
- theEditMenu;
- lastWindow;
- findButton;
- theViewMenu;
- versionTag;
- workingID;
- findText;
- prefPanel;
- viewedByScroll;
- theSecurityMenu;
- currentWindow;
- newWindow;
- tempID;
- viewByPanel;
- viewedProperty;
- theDB;
- theDirectoryMenu;
- theDomainMenu;
- currentPropEditor;
- myPL;
- viewedByButton;
- };
- SUPERCLASS = Object;
- };
-